Filter hook 'user_{$name}_label'
in WP Core File wp-admin/user-edit.php at line 595
Description
Filters a user contactmethod label. The dynamic portion of the hook name, `$name`, refers to each of the keys in the contact methods array.
Occurrences
Filename |
Line Number |
wp-admin/user-edit.php |
595 |
Parameters
Type |
Name |
Description |
string |
$desc |
The translatable label for the contact method. |
PHP Doc
/**
* Filters a user contactmethod label.
*
* The dynamic portion of the hook name, `$name`, refers to
* each of the keys in the contact methods array.
*
* @since 2.9.0
*
* @param string $desc The translatable label for the contact method.
*/